@charset "utf-8";
@import "OBS.css";



/* CSS Document */



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.popup-overlay .popup {
    display: inline-block;
    width: 650px;
    min-height: 200px;

    border-radius: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}





.popup {
    position: relative;
}

a.closeme {
    position: absolute;
    z-index: 99999;
    right: 10px;
    color: #000;
    font-size: 40px;
    top: -10px;
}

a.closeme:hover {
    text-decoration: none;
    color: #3a413f;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #E9E9E9;
}

img {
    max-width: 100%;
}

.row {
    margin-bottom: 20px;
}

.top20 {
    margin-top: 20px;
}

.sidebar {
    margin-bottom: 0px;
}

.menu {
    margin-bottom: 20px;
}

.searchbox {
    border: solid 4px #000;
    padding: 5px;
    margin-bottom: 20px;
}

.greenborder {
    border: solid 4px #E4C604;
    background-color: #fff;
}


.greenborder .widget-slider {
    padding: 5px;
}

.greenborder h5.listinghead {
    background-color: #E4C604;
}

/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
.Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    background-color: #E9E9E9;
    color: #666;
    font-size: 12px;
    font-weight: bold;

}

.breadcrumb {
    margin-bottom: 0px !important;
}

.Breadcrumb img {
    margin-left: 10px;
    margin-right: 10px;
}

.Breadcrumb a.breadcrumbLink:link,
.Breadcrumb a.breadcrumbLink:visited {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.Breadcrumb a.breadcrumbLink:hover {
    color: #37afa5;
}


/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
.container #search {
    width: 274px;
    height: 62px;
}

.topbar .container #search {
    width: 480px;
    /*width: 275px;*/
    height: 30px;
    color: #fff;
}

.topbar .container .searchoption {
    float: left;
    padding-right: 10px;
    margin-top: 5px;
}

#dnn_dnnSearch_cmdSearch {
    background-color: #1C3553 !important;
}

#search a.SearchButton:link,
#search a.SearchButton:visited {
    display: inline-block;
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    background: #1C3553 url('../img/search.png') no-repeat center center;
    text-indent: -9999px;
}



#search a.SearchButton:hover {
    background: #f7a52f url('../img/search.png') no-repeat center center;
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 240px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#dnn_dnnSearch_txtSearch:active,
#dnn_dnnSearch_txtSearch:focus {
    background: #ccc;
    box-shadow: inset 0px 3px 8px #999;
}


/* Overrides*/
.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #393a3a;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    /* padding: 5px; */
}



div.desc {
    background-color: #f0f1ed;
    padding: 10px;
    bottom: 0;
    color: #fff;
    left: 15;
    opacity: 0.8;
    position: absolute;
    width: 50%;
    height: 100%;
}

div.desc100 {
    width: 100%;
}

.overlaynews div.desc{
    background-color: #1c3553a1 !important;
    padding: 10px;
    bottom: 0;
    color: #fff;
    left: 15;
    opacity: 1;
    position: absolute;
    width: 100% !important;
    height: 100%;
}


div.desc p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

div.desc h2 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.overlay2 div.desc {
    background-color: #545151 !important;
}

.overlay2 div.desc p {
    color: #ffffff !important;
}

.overlay2 div.desc h2 {
    color: #fff !important;
}

.orangebutton {
    padding: 7px;
    max-width: 90%;
    width: 200px;
    background-color: #E4C604 !important;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000 !important;
}


.topbar {
    background-color: #3a413f;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

.topbar p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.topbar a {
    color: #ffdd00;
}


.sidebar {
    background-color: #ffffff;
}

.minipad {
    padding: 10px;
}

.minipad p {
    font-size: 16px;
}

p.tel:before {
    content: url(../img/phone.png);
    padding-right: 10px;
}

p.email:before {
    content: url(../img/email.png);
    padding-right: 10px;
}


.afoot {
    background-color: #fff;
    border-top: solid 2px #88848a;
    padding-top: 20px;
}

.afoot .col-lg-4 {
    min-height: 150px;
}

.afoot h2 {
    font-size: 18px;
    color: #525050;
    font-weight: bold;
}

#dnn_Foot1,
#dnn_Foot2,
#dnn_Foot3 {
    border-right: solid 1px #c4c2c2;
}

.sm-clean a {
    background: #1a9986 !important;
    color: #555 !important;
    padding: 13px 5px 13px 28px !important;
    text-align: left !important;
}

.orange1 {
    border-bottom: 2px solid #f4d407;
}

.orange1 h4 {
    margin-top: 0;
}

.orange1 div.col-sm-12.col-md-4 {
    color: #000;
    font-weight: bold;
}

.row01 div.row {
    padding-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 1.7em;
}

/* img size responsive for small devices */
@media (max-width:480px) {
    figure img {
        max-width: 220px !important;
    }
}

ul li {
    list-style-type: none;
}

/* extra list style */
.pdf-icon,
.pdf-icon li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 18px;
}

.pdf-icon li {
    margin: 1em;
    margin-left: 3em;
}

.pdf-icon li:before {
    content: '\f1c1';
    /* pdf file */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.3em;
    color: #fede00;
    font-size: 1.5em;
}

/* extra list style using logo*/
ul.icon-logo li ul li {
    padding: 10px 0 0 0;
    list-style-type: circle;
    background-image: none;
    font-size: 14px;
}

ul.icon-logo li {
    padding: 0 0 10px 20px;
    background-image: url('one.jpg');
    background-repeat: no-repeat;
    font-size: 14px;
}

#relatedPosts li {
    background-image: url("one.jpg");
    background-repeat: no-repeat;
    padding: 0 0 10px 20px;
}

/* styling row tables */
.col01 {
    padding: 10px 0 10px 14px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0;
}

.col02 {
    padding: 10px 0 10px 14px;
    background-color: #F3F3F3;
    border: 1px solid #E8E8E8;
    margin-bottom: 0;
}

/*  makes items vertical align in a row*/
@media (min-width: 768px) {
    .table-a {
        display: flex;
        align-items: flex-end;
    }
}

.footer001 a {
    color: #525050;
}

.nposts h5 a {


    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
    color: black;
    font-size: 18px
}

.nposts h5 a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #E4C604;
    color: #E4C604;
}

.nposts h5 {
    border-bottom: solid 2px #ffdd00;
}

@media (max-width: 550px) {
    .topbar .container #search {
        width: 274px;
        height: 62px;
    }
}

@media (max-width: 415px) {
    div.desc h2 {
        font-size: 14px;
    }

    .footer001 h4,
    p {
        font-size: 12px;
    }
}

.nposts p a {
    display: none;
}

@media (max-width: 460px) {
    .desc_content {
        display: none;
    }

    .DnnModule.DnnModule-SunBlog-WidgetWrapper.DnnModule-441 {
        display: none;
    }
}


@media (max-width: 768px) {

    #dnn_Foot1,
    #dnn_Foot2 {
        border-right: none;
    }

    .afoot .col-lg-4 {
        min-height: auto;
    }

    .DnnModule.DnnModule-SunBlog-WidgetWrapper.DnnModule-441,
    .DnnModule.DnnModule-DNN_HTML.DnnModule-435 {
        display: none;
    }

}

.sidebarpadding .col-md-12 {
    padding: 0px !important;
}

#dnn_Sidebar1 img {
    padding: 5px;
}

@media (max-width:1200px) {
    div.desc h2 {
        font-size: 15px;
        line-height: 17px;
    }

    div.desc p {
        font-size: 14px;
    }

    .news-color-home {
        padding: 15px 15px 15px 30px;
    }
}

/* orange button with white text */
.whiteOrange {
    padding: 10px 0;
}

.whiteOrange a {
    color: white;
    background-color: #000;
    padding: 10px;
    text-decoration: none;
}

h5.listinghead {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 30px;
    margin: 0;
}


hr {
    border-color: #ffdd00 !important;
}

h3,
.h3 {
    border-bottom: 2px solid #FFDD00 !important;
}

.post-title a,
p.post-readmore a,
h2.post-title {
    color: black !important;
}

.post-title a:hover,
p.post-readmore a:hover,
h2.post-title:hover {
    color: #E8C604 !important;
    background-color: #fff !important;
}

.topsearch .searchbtn,
.dvbuttons .btnSubmit,
.lnkEnquire,
.recordfoundwrapp .recordfoundwrapp-right a.enquirenowbtn {
    background-color: #FFDD00 !important;
    color: #000 !important;
}

.topsearch .searchbtn:hover,
.dvbuttons .btnSubmit:hover,
.lnkEnquire:hover,
.recordfoundwrapp .recordfoundwrapp-right a.enquirenowbtn:hover {
    color: #fff !important;
}

.fa {
    color: #fede00 !important;
}

table.listingtableborder tr a {
    color: #000;
    font-weight: bold;
}

.searchbtn {
    background-color: #FFDD00 !important;
    color: #000 !important;
}

.searchbtn:hover {
    color: #fff !important;
}

/* home banners */
.exhi-color-home {
    background: linear-gradient(140deg, #00829A 10%, #1fc8db 80%, #00829A 400%);
    color: white;
    padding: 15px 15px 15px 30px;
    font-weight: 600;
}

.news-color-home {
    background: #FFDD00;
}

.news-color-home a:hover {
    color: black !important;
}


.science-warehouse-color {
    background: linear-gradient(140deg, #E0651F 10%, #000 80%, #E0651F 400%);
    color: white;
    padding: 30px;
}

.science-warehouse-color a:hover {
    color: white;
}

.science-warehouse-color p {
    font-size: 18px;
    line-height: 2em !important;
}

.no-padding {
    padding: 0 !important;
}

.ModHelloDNNFlexSliderC {
    margin-top: 2%;

    margin-bottom: -5%;
}














/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;

    /* IE 9 */
    float: left\9;
    width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
    display: none;
}



table {
    background: white;
    border-collapse: collapse;
    margin: 1.25em 0 0;
    width: 100%;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;

}

table th,
table td {
    padding: 10px 12px;
    text-align: left;
}

table th {
    background: #3a413f;
    color: #ffffff;
    text-transform: uppercase;
}

table tr td {
    background: #eaf3f5;
    color: inherit;
}

table tr:nth-of-type(2n+2) td {
    background: #ffffff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {

    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    background: #272727;
    color: white;
    margin-right: 10px;
    padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}



#dnn_ctr1873_ContentPane {}


.yellow {
    background-color: #fede00;
}

.yellow h2,
.yellow p {
    color: #000;
}